XMLDocument.ImportNode Method

Copies a node from another XMLDocument into the current document. If the optional parameter deep is True, ImportNode will import all the child nodes of foreignNode.

Syntax

XMLDocument.ImportNode foreignNode, [deep]


Parameters

foreignNode

XMLNode

deep (Optional)

Boolean


After you import it, you must then place it somewhere.